﻿
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}

.w3-third{
    float:left;
    width:100%;
    /*border: 1px solid black;*/
    
    }

.w3-third{
    width:99.99999%;

}

@media only screen and (min-width:1000px){
    .w3-third{
        width:47.99999%;
        /*border: 1px solid black;*/
        margin: 0.5%;
        min-height:370px;

    }
}

@media only screen and (min-width:1000px){
    .w3-third{
        width:47.99999%;
        /*border: 1px solid black;*/
        margin: 0.5%;
        min-height:370px;

    }
}

.w3-third{
    padding:0 8px;}

#body{
    background-color:#fff;
    background-image: url("../img/cloud.png");
    background-size: 70%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 

}


.header {

  background-color:#06a5d3;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  position: relative;
  border-top: 8px solid #e6e6e6;
  top:0%;
  left:0%;

}

.footer{
    height: 70px;
    background-color:#e6e6e6;
    border-bottom: 8px solid #06a5d3;
    position: fixed; 
    bottom:0%;
    left:0%;
    width:100%; 
    box-shadow: 0px -10px 15px -10px #696969;
}

.valve {
    
    position: relative;
    
    width: 65%;
    left: 10%;
    top: 10%;

}

.logo {
    
    position: absolute;
    top:10%;
    height: 50px;
    right: 2%;
}

i:hover:after {
    /*content: url(../img/connect.gif);  */
    display: block;
    position: absolute;
    left: 123px; /* change this value to one that suits you */
    bottom: 40px;

}

.mobile {
    position: relative;
    top:10%;
    height: 50%;
    left: 40%;
}


p {
    font-family:Century Gothic,Century Gothic,verdana;
 }

p:before {
    content:"• ";
}

.message-text{
    font-family:Century Gothic,Century Gothic,verdana;
    font-size:25px;
    text-align:center;
    display: inline-block;

}

.message-box1{
    background-color:#06a5d3;
    border-radius:10pt;
    border: 10pt solid #e6e6e6;
    color:#666666;
    text-align: center;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    text-decoration: none;
    background-color: #06a5d3;
    color: #fff;
    width:30%;
    height: 35px;
    font-family:Century Gothic,Century Gothic,verdana;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.header-text{
    font-family: Century Gothic,Century Gothic,verdana;
    color: white;
    font-size:30px;
    text-align: center;
    height: 70px;
    line-height: 60px;
}